CIQEngine.cs
Code Type: C# Class
Uses Classes: N/A


Lines of Code: 131

public class CIQEngine

	This class implements the IQLogic COM object so that we do not have to go changing interfaces throughout the code - 

public CIQEngine(BaseMaster bmstr)

	Constructor that takes BaseMaster 

private bool GetCOMLib()

	Get a reference to the com lib 

public bool AddSQLVarItem(DataSet dsLV)

	Add a SQL variable Item 

public bool AddResponseVarItem(DataSet dsLV)

	Add a response variable item 

public bool Calculate(string strEquation)

	Calculate an equation 

public string GetJSon(int nType)

	Get logic JSon 

public int GetJSON_SCORE_TYPE()

	Get the JSON score type from the IQLogic 

public int GetJSON_FLAG_TYPE()

	Get the Json flag type from the IQLogic 

public int GetJSON_PROB_TYPE()

	Get the Json prob type definition from the IQLogic 

public int GetRESPONSE_TYPE()

	Get the resposne type definition from the IQLogic 

public int GetPROBLEM_TYPE()

	Get the problem type definition from the IQLogic 

public int GetLOGIC_TYPE()

	Get the logic type definition from the IQLogic 

public string GetVersion()

	Get the version from the IQLogic 

	

